home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / PRT.DOC < prev    next >
Text File  |  1992-01-09  |  468b  |  17 lines

  1. ;*-------------------------------------------------------
  2. ;*   PRT.DOC
  3. ;*-------------------------------------------------------
  4. ;*   PRT = Print multiple copies of small (*) text files
  5. ;*-------------------------------------------------------
  6.  
  7.          syntax : prt n xxx.xxx
  8.  
  9.          where n = number of copies ( 1 - 9 )
  10.          where xxx.xxx = text file name
  11.  
  12.    (*)   small in this case means less than 32000 bytes
  13.  
  14.  
  15.    Bud Rasmussen
  16.    01/09/92
  17.